loans-api icon

loans-api

(0 reviews)

Get Effective Interest Rate

Description: This endpoint is used to create Effective Interest Rate

Mulesoft Request:

Headers:

Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization

Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id

Paramaters:

URI Params: NA

Query Params: NA

Content-type: application/json

{
  "productName": "NBI.PERSONAL.QUICK",
  "currency": "IQD",
  "amount": "1000000",
  "startDate": "20220913",
  "endDate": "20300913"
}

Mulesoft Response:

Success Response: (200)

{{
    "status": {
        "success": true,
        "code": "200",
        "reasonCode": "",
        "arabicMessage": "تمت العملية بنجاح",
        "englishMessage": "The Operation has been Successfully Completed"
    },
    "response": {
        "effectiveInterestRate": "8.75"
    }
}

Reviews